home *** CD-ROM | disk | FTP | other *** search
/ Belgian Amiga Club - ADF Collection / BS1 part 41.zip / BS1 part 41 / Project D april `89.adf / ProjectD Tools / CatTool.doc < prev    next >
Text File  |  1989-04-14  |  15KB  |  355 lines

  1. The CatalogTool: "A Guided Tour" by Tom Monson.
  2.  
  3. To catalog disks you must determine the various catagories they represent
  4. and write them down.  For example, we will use the following types (Yours
  5. may vary depending on your disks, but please avoid generics like MISC. as
  6. it will only make finding a program you need more difficult):
  7.  
  8. CATAGORIES
  9. ----------
  10. ANIMATION                ART                     CAD
  11. DATABASE                 DEMOS                   DESKTOP-PUBLISHING
  12. DISK-MAGAZINES           DOCUMENTATION           EDUCATIONAL
  13. FINANCIAL                FONTS                   GAMES
  14. PROGRAMMING              PUBLIC-DOMAIN           SPREADSHEET
  15. UTILITY                  VIDEO                   WORDPROCESSING
  16.  
  17. NUMBERING SYSTEM
  18. ----------------
  19. Next you need to decide on  a  numbering  system  to use when indexing your
  20. disks. Any combination of letters  and  numbers  will do. (You can also use
  21. characters like !@#$%^&*()-+=|\ etc.  but  they  aren't easy to remember so
  22. stick to letters & numbers and  you  will  make  things easier for yourself
  23. later on.
  24.  
  25. EXAMPLES OF NUMBERING SYSTEMS:
  26. -----------------------------
  27. Some examples might be as  follows  (up  to  15 characters may be used but
  28. only 9 can appear in the input requester at a time):
  29. 000001, 000002, 000003, etc. (just numbers)
  30.  
  31.  
  32. G00001, G00002, W00001, W00002 etc (letters & numbers ie: G=games
  33. W=wordprocessors)
  34.  
  35. 000001, 000002,....000009,  00000A,  00000B,....00000Z,  000010,  etc. (all
  36. numbers and letters used sequencially)
  37.  
  38.  
  39. These are six digit examples  you  may  use  more  or less, it's up to you.
  40. However it is recommended that you  use  preceeding  zeros for however many
  41. characters you decide as sorting by  Disk  ID  will require them to display
  42. correctly.
  43.  
  44.  
  45.  
  46.  
  47. HOW WILL THE DATA SORT?
  48. -----------------------
  49. This is what a sort would look like without preceeding zeros:
  50.  
  51. 1
  52. 10
  53. 100
  54. 2
  55. 20
  56. 200
  57. 3
  58.  
  59.  
  60.  
  61. This is what a sort would look like WITH preceeding zeros:
  62.  
  63. 000001
  64. 000002
  65. 000003
  66. 000004
  67. 000005
  68.  
  69. All sorting is left justified, using the ASCII code equivilance for letters
  70. and numbers.
  71.  
  72.  
  73.  
  74.  
  75.  
  76. WHERE WILL THE NUMBERS (In the numbering system) APPEAR?
  77. --------------------------------------------------------
  78.  
  79. This numbering system will be written on  each of your disk's labels and is
  80. used to track where each program resides.
  81.  
  82.  
  83. FORMAT A BLANK DISK
  84. -------------------
  85.  
  86. Now format a blank disk using your workbench  disk and rename it "CATALOGS"
  87. This will be the disk used to store your data on later. Harddrive users can
  88. make a directory named "CATALOGS" using the makedir command from the CLI.
  89.  
  90.  
  91. STANDARD REFERENCE TO MOUSE BUTTON:
  92. ----------------------------------
  93. In the following text, if not  specified  otherwise,"clicking"or "pressing"
  94. the mouse button refers to the LEFT mouse button.
  95.  
  96. PREPARING TO ENTER THE DATA
  97. ---------------------------
  98. Now you are ready to begin entering  your  data.  Load Project D and select
  99. the CatalogTool Icon on  the  Supervisor  screen  by double clicking on it
  100. with the pointer using the  left  mouse  button.  After the catalogtool has
  101. finished loading, put the disk you formatted earlier and renamed "CATALOGS"
  102. in drive DF1: If you have a one drive system, replace the Project D disk in
  103. drive DF0: with the disk you  previously  formatted and renamed "CATALOGS".
  104. Harddrive users may use the directory previously created.
  105.  
  106. While holding down the right mouse  button,  move the pointer into the menu
  107. bar area labeled "CATALOG  MENU".  From  the  menu,  select "PROCESSING" by
  108. dragging the pointer over the word "PROCESSING" until it is highlighted and
  109. then release the right mouse button. Move the pointer over the  box  gadget
  110. which is labeled "MAKE A  CATALOG".  Select  the  box  by clicking the left
  111. mouse button once. What you now  see  in  the  center  of the screen is the
  112. Filename Selection Requester. Look  in  the  blue rectangle adjacent to the
  113. word "Pathname ->" In this area  is  the  name  of  a disk (or volume). For
  114. example it may say "Project D:" or  "Workbench:"  or "CATALOGS:". Using the
  115. arrow to point at the box  labled  "NextVol",  click  the left mouse button
  116. till the name "CATALOGS:" appears in  the  blue  rectangle next to the word
  117. "Pathname ->".  This indicates that  Project  D  is looking at the disk you
  118. formatted earlier.  Harddrive users  should  see"DH0:","DH1:",  or whatever
  119. volume name you gave your harddrive instead  of the word "CATALOGS:" in the
  120. blue area.
  121.  
  122. Don't panic if you click too many  times  and  go past the name "CATALOGS".
  123. Just keep on clicking the  left  mouse  button  with the arrow over the box
  124. labled "NextVol" till the name comes around again.
  125.  
  126.  
  127.  
  128.  
  129.  
  130.  
  131.  
  132.  
  133.  
  134.  
  135.  
  136. =================================================================
  137.  
  138. HARD DRIVE USERS ONLY!  You need to click on the directory path you created
  139. when you used the makedir command to make a directory named "CATALOGS". All
  140. directories appear in the  large  rectangle  in  this requester with ">>>>"
  141. ahead of their names. (ie: >>>>  EMPTY)  Use the white scroll gadget to see
  142. any directories not visible in the  rectangle  by  putting the arrow on the
  143. white vertical rectangle and sliding  it  up or down while holding down the
  144. left mouse button. Subdirectories can be  accessed by pointing the arrow at
  145. the directory name in  the  large  rectangle  and  clicking  the left mouse
  146. button once. To return to the  previous  directory name, put the pointer on
  147. the box labled "Parent" and click the left mouse button once. When you have
  148. found the directory you made named  "CATALOGS",  put  the arrow on the word
  149. "CATALOGS" and click the left mouse button once.
  150. =================================================================
  151.  
  152. Now place the pointer arrow on  the  blue  rectangle  at  the bottom of the
  153. requester next to the word "FileName  ->"  and  click the left mouse button
  154. once. A  small  gray  square  should  appear  in  the  middle  of  the blue
  155. rectangle. Using the keyboard, type in the first catagory name on your list
  156. you made earlier. (if you make  an  error  use  the DEL & BACKSPACE keys to
  157. correct it) When you are sure it's  correct,  press  the RETURN key. In our
  158. example, the first catagory is "ANIMATION".
  159.  
  160. A smaller requester will appear asking for a Catagory Type. Move the pointer
  161. to the blue rectangle area  of  this  requester  and  click  the left mouse
  162. button once. A small  gray  square  will  appear  at  the  left of the blue
  163. rectangle. Using the keyboard again type a sub-catagory if you want one and
  164. then press the Return key. (ie:CATAGORY=GAMES,  SUB-CATAGORY=ADVENTURES) If
  165. no sub-catagory is  desired  simply  press  the  RETURN  key anyway. 
  166.  
  167. Now, in the upper left portion  of  your  screen  directly  below the words
  168. "CATALOG FILE", you should see the word  "ANIMATION.CAT" The .CAT suffix is
  169. automatically added to your catagory name  by Project D to identify this as
  170. a catagory file.
  171.  
  172. Repeat the catagory entry process for each of the catagories you wrote down
  173. on paper at the beginning. Start by  pointing  the  arrow at the box labled
  174. "MAKE A CATALOG" and clicking the  left  mouse button. Then point the arrow
  175. in the blue rectangle at the  bottom  of  the  requester and click the left
  176. mouse button. A gray square will appear in the center of the blue area. Use
  177. the keyboard to type in the next  catagory  name  and then press the RETURN
  178. key. Continue, as  described  previously,  until  you  have entered all the
  179. catagory names on your list.
  180.  
  181. On the left side of the screen should appear all the names you have entered
  182. with ".CAT" after them.
  183.  
  184. This completes the initial setup required to begin entering your disks:
  185. Hold down the right mouse button and  move  the pointer once again into the
  186. CATALOG MENU and highlight  the  words  "FILE  ENTRY"  and then release the
  187. button.
  188. ---------------------------------------------------------------------------
  189.  
  190. ENTER DISK DATA
  191. ---------------
  192.  
  193. Disk data may be entered in one of two ways into the CatalogTool.
  194.  
  195.  
  196. MANUAL ENTRY:
  197. ------------
  198. First lets use the MANUAL ENTRY mode. Move  the pointer over the box gadget
  199. labled "MANUAL ENTRY" located on the  lower  left  of the screen. Click the
  200. left mouse button once. A requester  ressembling  a 3X5 card will appear in
  201. the middle of the screen. This is the FILE  ENTRY EDIT REQUESTER. Place the
  202. arrow in the blue rectangle next to the  word "FILENAME" and click the left
  203. mouse button once. Using the  keyboard  type  in the name of the program on
  204. the first disk you wish to  catalog.  (ie:  DELUXE  PAINT) Press the RETURN
  205. key. The gray cursor will move to  the  next sequencial blue area , in this
  206. case next to the word Pathname. If  the  program  "DELUXE PAINT" was in the
  207. root directory of the disk then, no entry  is needed. If the program was in
  208. a drawer named PAINT PROGRAMS then you could type in PAINT PROGRAMS/ in the
  209. pathname area. This  is  not  required  and  may  be  of no interest to you
  210. anyway. Pressing the RETURN key again will step you to next area labeled
  211. COMMENT. This is where FileNotes would appear and you may enter any comment
  212. you wish or none. (ie: "requires 2 drives") Press Return.
  213.  
  214. Now enter your first disk ID number (ie: 000001) and press RETURN.
  215.  
  216. If you desire to know the size of the program  file enter it here and press
  217. return.
  218.  
  219. Enter the creation date of  the  program  file  if you desire following the
  220. example already in the blue rectangle.
  221.  
  222. The only required entries are the FILENAME and the DISK ID the other fields
  223. need not be entered if not wanted.  (the  default datestamp will be entered
  224. if not changed.) Continuing to press  the  RETURN key will cycle the cursor
  225. through all the fields again or the  pointer may be placed in any field and
  226. pressing the left mouse button will move the cursor there.
  227.  
  228. When you are satisfied that all information is correct, move the pointer to
  229. the box labeled OK and press the left mouse button.
  230.  
  231. Repeat this proceedure for other  files  on this disk or enter the data for
  232. the next disk. Remember to increment your DISK ID when entering a new disk.
  233.  
  234. This concludes the Manual entry proceedure.
  235. ---------------------------------------------------------------------------
  236.  
  237. AUTO ENTRY:
  238. ----------
  239. Now lets try the AUTO-ENTRY mode. Insert  the disk you wish to enter in any
  240. drive. Move the arrow to  the  AUTO-ENTRY  box  gadget at the bottom of the
  241. screen and click the left mouse  button.  Look at the name which appears in
  242. the blue  rectangle next to the words  "PATHNAME"  and if it isn't the disk
  243. you inserted, click on the NEXTVOL gadget till you see the name of the disk
  244. you wish to read in. Now click on the OK gadget.
  245.  
  246. Type in your DISK ID and  press  return.  This  FILTER  REQUESTER will help
  247. eliminate many unwanted  or  unnecessary  files  from  being read into your
  248. catalog. A red X in the box next to  a  phrase like "Include Subdirs" means
  249. enable that phrase. Hence you may elect to include or exclude the following
  250. by clicking in the box next to the phrase.
  251.  
  252. INCLUDE SUBDIRS - reads in  all  files  found  in all subdirectories on the
  253. disk.
  254.  
  255. INC SUBDIR NAME - reads in subdirectory names (ie: c,s,t,devs)
  256.  
  257. INCLUDE PATHS - reads in the directory paths to all files read on the disk.
  258.  
  259. INCLUDE .info's - reads icon .info files found on disk.
  260.  
  261. SORT ENTRIES - Alphabetizes files while reading them from disk.
  262.  
  263. ProgSort DiskID - Alphabetizes  each  disk  unto  itself  but seperate from
  264. other disks being entered. (ie: disk ID  000001 all files sorted A-Z , disk
  265. ID 000002 all files sorted  A-Z  but  not  sorted  with  files from disk ID
  266. 000001)
  267.  
  268. VOLUMENAME ONLY - only reads disk Volume name ignoring other files on disk.
  269.  
  270. TEST BOOTBLOCKS -  used  only  with  VOLUMENAME  ONLY  option,  checks  for
  271. standard DOS, non-standard DOS, or not-installed disk.
  272.  
  273.  
  274. When all selections have been made,  point  and click on OK box gadget. All
  275. selected information is read off the disk and will appear on the File Entry
  276. screen.
  277.  
  278. Any file's "3X5 card" requester can  be  viewed  by double clicking on it's
  279. file name in the list. Click OK  or  CANCEL  to  return to previous screen.
  280. Single clicking will highlight  a  file  in  black. Single clicking on that
  281. highlighted file again will un-highlight it.
  282.  
  283. To delete a unwanted filename, first  click  on the DELETE ENTRY gadget box
  284. at the bottom center of the screen  and  then  double click on the unwanted
  285. file. Single clicking will toggle the red  highlight of the file on and off
  286. again.
  287.  
  288. After deleting all unwanted  files  click  once  again  on the DELETE ENTRY
  289. gadgetbox to turn off delete entry mode.
  290.  
  291. DELETE ALL and SORT ENTRYS do just what  they say. Delete ALL files in list
  292. or sort ALL files in list together.
  293.  
  294. There is a scroll bar gadget on the  right  of  the list to view additional
  295. files off screen. Point and hold down the  left mouse button on this gadget
  296. to use it.
  297.  
  298. While as many disk may be entered at one  time as your memory will hold, it
  299. is recommended that no more than 25  disks  be entered at a time as no data
  300. is saved till tags are resolved on the PROCESSING SCREEN.
  301.  
  302.  
  303. Hold down the right mouse button and  move  the arrow to the menu bar area.
  304. Select PROCESSING from the CATALOG MENU.
  305.  
  306. This is the Processing Screen. The  files  you entered should appear on the
  307. right side of the screen and your Catagories  should be on the left side of
  308. the screen.
  309.  
  310. Click once on any catagory and  highlight  it.  Now click once on any files
  311. that belong to that catagory. For  example  picture files would go with the
  312. ART  catagory.  When  all  files  belonging  to  that  catagory  have  been
  313. highlighted, then click once on  a  different  catagory  and  highlight it.
  314. Notice all files previously  highlighted  in  black are now gray signifying
  315. they are assigned and not available  to  other catagories anymore. Click on
  316. and highlight all files belonging to  the  currently  selected catagory and
  317. then go on to  the  next  catagory  and  so  on.  When  all files have been
  318. assigned to a catagory (or  Tagged)  then  move  the pointer to the RESOLVE
  319. TAGS box gadget in the lower left of the screen and click once.
  320.  
  321. Another filter requester will appear  that  works  just like the other one.
  322. (ie: red X means selected option)
  323.  
  324. ALPHA SORT - sorts new files with previous files already saved in catagory.
  325.  
  326. PROGSORT DISKID - Subsorts each disk A-Z by disk ID same as before.
  327.  
  328. DISCARD DUPS -  Rejects  any  new  files  already  matching  one  saved  in
  329. catagory.
  330.  
  331. REPLACE DUPS - Replaces any matched files with most current datestamp.
  332.  
  333. Select options then click on OK.
  334.  
  335. All files will be stored in  their  selected  Catagory  and when completed,
  336. files will be removed from the right side of the screen. At this point data
  337. has been saved to disk so you may either return to the FILE ENTRY screen to
  338. enter more disks or you may select QUIT TOOL from the CATALOG MENU.
  339.  
  340. To review any catagory once saved,  just  click  on it and highlight it, on
  341. the PROCESSING screen  and  then  select  the  MAINTENANCE  screen from the
  342. CATALOG MENU by  pressing  and  holding  the  right  mouse  button and then
  343. releasing it when MAINTENANCE is highlighted.
  344.  
  345.  
  346. In future sessions, go to  the  PROCESSING  Screen  and then simply use the
  347. FIND A CATALOG box gadget to locate your  CATALOGS disk and then select all
  348. the catagories one at a time onto the PROCESSING screen.
  349.  
  350. Refer to  the  other  CATALOG  TOOL  Documentaion  fo  explanation  of  the
  351. remaining gadgets.
  352.  
  353.  
  354.  
  355.